Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/165 - CatGame/

app.js /cody/swapnilsparsh/30DaysOfJavaScript/165 - CatGame/app.js
204 Views
0 Comments
//controls
const hatcheck = document.querySelector("#hat");
const glassescheck = document.querySelector("#eyeglasses");
co
index.html /cody/swapnilsparsh/30DaysOfJavaScript/165 - CatGame/index.html
429 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

readme.md /cody/swapnilsparsh/30DaysOfJavaScript/165 - CatGame/readme.md
228 Views
0 Comments
![catgame](https://user-images.githubusercontent.com/84850243/167242208-43306166-6050-4ed2-8979-58091e5e97c6.png)

style.css /cody/swapnilsparsh/30DaysOfJavaScript/165 - CatGame/style.css
220 Views
0 Comments
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {